show notebook->event_window with gdk_window_show_unraised(), so it doesn't
authorMichael Natterer <mitch@gimp.org>
Mon, 19 Nov 2001 22:04:24 +0000 (22:04 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 19 Nov 2001 22:04:24 +0000 (22:04 +0000)
2001-11-19  Michael Natterer  <mitch@gimp.org>

* gtk/gtknotebook.c: show notebook->event_window with
gdk_window_show_unraised(), so it doesn't catch the events which
should go to the tab widgets first.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtknotebook.c

index 7d99a3b84122d889ea63690aa0d72acf901b5b6d..d1d82e3dd5a90904c9933fde093004eb1503cd0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-19  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtknotebook.c: show notebook->event_window with
+       gdk_window_show_unraised(), so it doesn't catch the events which
+       should go to the tab widgets first.
+
 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
index 7d99a3b84122d889ea63690aa0d72acf901b5b6d..d1d82e3dd5a90904c9933fde093004eb1503cd0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-19  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtknotebook.c: show notebook->event_window with
+       gdk_window_show_unraised(), so it doesn't catch the events which
+       should go to the tab widgets first.
+
 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
index 7d99a3b84122d889ea63690aa0d72acf901b5b6d..d1d82e3dd5a90904c9933fde093004eb1503cd0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-19  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtknotebook.c: show notebook->event_window with
+       gdk_window_show_unraised(), so it doesn't catch the events which
+       should go to the tab widgets first.
+
 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
index 7d99a3b84122d889ea63690aa0d72acf901b5b6d..d1d82e3dd5a90904c9933fde093004eb1503cd0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-19  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtknotebook.c: show notebook->event_window with
+       gdk_window_show_unraised(), so it doesn't catch the events which
+       should go to the tab widgets first.
+
 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
index 7d99a3b84122d889ea63690aa0d72acf901b5b6d..d1d82e3dd5a90904c9933fde093004eb1503cd0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-19  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtknotebook.c: show notebook->event_window with
+       gdk_window_show_unraised(), so it doesn't catch the events which
+       should go to the tab widgets first.
+
 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
index 7d99a3b84122d889ea63690aa0d72acf901b5b6d..d1d82e3dd5a90904c9933fde093004eb1503cd0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-19  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtknotebook.c: show notebook->event_window with
+       gdk_window_show_unraised(), so it doesn't catch the events which
+       should go to the tab widgets first.
+
 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
index 7d99a3b84122d889ea63690aa0d72acf901b5b6d..d1d82e3dd5a90904c9933fde093004eb1503cd0d 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-19  Michael Natterer  <mitch@gimp.org>
+
+       * gtk/gtknotebook.c: show notebook->event_window with
+       gdk_window_show_unraised(), so it doesn't catch the events which
+       should go to the tab widgets first.
+
 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
index 2c97fff6b80f6647f7b099a4774e8f075ce7a6c1..498a52856d330f1404d00673b8832fd848acb519 100644 (file)
@@ -823,7 +823,7 @@ gtk_notebook_map (GtkWidget *widget)
     }
 
   if (gtk_notebook_get_event_window_position (notebook, NULL))
-    gdk_window_show (notebook->event_window);
+    gdk_window_show_unraised (notebook->event_window);
 }
 
 static void
@@ -3809,7 +3809,7 @@ gtk_notebook_insert_page_menu (GtkNotebook *notebook,
                          notebook);
 
   if (notebook->show_tabs && GTK_WIDGET_MAPPED (notebook))
-    gdk_window_show (notebook->event_window);
+    gdk_window_show_unraised (notebook->event_window);
 
   gtk_widget_child_notify (child, "tab_expand");
   gtk_widget_child_notify (child, "tab_fill");